home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 14 / MacFormat n. 14 (Spain) / MacFormat 14.bin / Shareware Internet / PowerBooks / HandyMan 1.3 / HandyMan.readme < prev    next >
Encoding:
Text File  |  1996-02-09  |  25.0 KB  |  496 lines

  1.  
  2.  
  3.  
  4.  
  5. HandyMan 1.3 (15-12-95) Copyright © 1995 Bert Wynants
  6.  
  7.         Introducing HandyMan
  8.  
  9.         System requirements
  10.  
  11.         How to use HandyMan
  12.  
  13.         The configuration menu
  14.  
  15.         About the program
  16.  
  17.         About the author
  18.  
  19.         Frequent asked questions
  20.  
  21.         Tips And Tricks
  22.  
  23.         Known problems
  24.  
  25.         Program History
  26.  
  27.  
  28. Introducing HandyMan
  29.  
  30. HandyMan is a Control/Desktop/Extension Strip Launching Module. It is designed to allow quick and easy access to applications, Control Panels, Desk Accessories, Folders and other documents stored on your Macintosh, without having to navigate through several “Finder Windows” or through a multi-layered, hierarchical apple menu.
  31.  
  32. System Requirements
  33.  
  34. HandyMan should run on any Macintosh model and requires at least system 7.1 and Control Strip or Desktop Strip (version 1.1.1 or higher) installed.
  35.  
  36. Make sure the “Finder Scripting Extension” is installed to work with Folder icons, Trash icons, Control Panel icons, and ordinary documents ...
  37.  
  38. If Drag Manager 1.1 is installed you can drag and drop documents on the applications, folders and trash icons in the strip. (System 7.5 has the Drag Manager included).
  39.  
  40. For best functionality you need the “Finder Scripting Extension” version 1.2 or higher, “Macintosh Drag and Drop” version 1.1 or higher, “Desktop Strip” control panel version 1.1.1 or higher or Extension Strip 1.0 or higher and “Apple Menu Options” with recent docs enabled.
  41.  
  42. Should you have any trouble running HandyMan on your machine, please write to me with the full specifications of your machine and what version of HandyMan you are using.
  43.  
  44. How to use HandyMan
  45.  
  46. HandyMan is designed to allow quick and easy access to applications, Control Panels, Desk Accessories, Folders and other documents stored on your Macintosh by clicking on the icons or dropping documents onto them. This approach is much handier than aliases that are on the desktop because the strips that contain the icons can never be covered by windows.
  47.  
  48. HandyMan is configured by dropping aliases in the configuration folder, or by dropping files onto the “+” applescript. If you Click on the “+” script it will open the aliases folder. This “+” script will ask you a folder the first time it is used. The suggested place is the right one so just click the “Choose” button when the file select dialog appears. After adding aliases you have to select “Update Icons” to reflect the changes.
  49.  
  50. There are a few simple modifier keys that can be used:
  51.  - Option click on the trash will empty it.
  52.  - Option drop on a folder copies the files, otherwise they will be moved.
  53.  - Control clicking on a folder icon filters out non-folder items from that popup menu.
  54.  - Shift clicking on a folder icon filters out folders from that popup menu.
  55.  - Control dropping on a folder will force the copy or move to happen (no dialog popping up).
  56.  - Control clicking on a text label allows you to resize the labels.
  57.  - Shift clicking on a finder clipping copies the content to the clip-board.
  58.  - Shift dragging on a finder clipping drags the content not the file.
  59.  - Command dropping onto a configuration icon moves the file into the folder i.s.o. making an alias.
  60.  
  61. Desktop/Extension Strip Users should put this module into its own strip (folder).
  62.  
  63. Users of Extension Strip can use the supplied “fat” version on PowerPC's. For other users this native version won't have any benefits.
  64.  
  65. An example Setup:
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. Advanced usage:
  97. Use compiled Apple Scripts, onto which you can drag and drop just like onto an application, to add custom commands to the strip. 
  98. sample usage:
  99.  
  100.   on run
  101.       -- User has clicked the script to run it....
  102.   end run
  103.  
  104.   on open theList
  105.       -- User has dropped files onto script to open them....
  106.          repeat with x in theList
  107.          -- walk through the list of dropped items
  108.         end repeat
  109.     end tell
  110.     MakeHandyManAliases(theList)
  111.   end open
  112.  
  113.  
  114. The configuration menu
  115.  
  116. Small icon size
  117. Large icon size
  118. You can figure out what this means...
  119. BTW does anyone want to have mini icons?
  120.  
  121. Large icons are only available in Desktop/Extension Strip!
  122.  
  123. Show Popup Triangle
  124. HandyMan has the ability to hide the configuration triangle to save some space on your desktop (or because it's neater without that triangle).
  125. You can always use Command click on the module to make it show its configuration menu and change the settings.
  126.  
  127. Show Vertical icon list
  128. The list of icons can be horizontally or vertical arranged.
  129.  
  130. This option is only available in Desktop/Extension Strip!
  131.  
  132. Show Folder Structure
  133. To configure the strip, you must make a folder “HandyMan Aliases” in the folder that contains the HandyMan Module or in your preference folder. To make multiple columns you can put folders in the  “HandyMan Aliases” folder and put on the “Folder Structure” option.
  134. This way folders are parsed one level deep, folders in those folders show up as folders in the bar (for more information see included picture). To suppress the adding of a folder make the first letter of its name with a ‘¬’ (Option - ‘L’). 
  135.  
  136. This option is only available in Desktop/Extension Strip!
  137.     
  138. Show InfoBar
  139. Let HandyMan tell you what item the mouse is on.
  140.  
  141. This option is only available in Desktop/Extension Strip!
  142.  
  143. Show PopInfo 
  144. A text pops up when you keep the mouse steady over an icon. This is an alternative to “Show InfoBar” which needs less screen-space and also works in Control Strip.
  145. The Text always pops up in the module bounds.
  146.  
  147. Show Text-Labels
  148. Icons are shown with the name next to it.
  149.  
  150. (Option Selecting it removes the icon and only a text-label will be shown)
  151.  
  152. To resize the text labels click in them with the control key pressed. A vertical line will appear that can be dragged to the left or to the right.
  153.  
  154. Show Tiles
  155. Icons are shown with a small frame so they look more like buttons.
  156.  
  157. This option is only available in Desktop/Extension Strip!
  158.  
  159. Show Alias Folder
  160. An icon is added to the start of the bar onto witch you can drop things to add them to the script. On normal dropping an Alias is created and put in the configuration folder on Cmd ()
  161. dropping the drop is moved to that location.
  162.  
  163. Resolve Dragged Alias
  164. This only applies to installed applications.
  165.  
  166. It makes the application open the alias or the document the alias points to.
  167.  
  168. This requires “Macintosh Drag and Drop” version 1.1 or higher to be installed.
  169.  
  170. Enable Items Popup
  171. HandyMan has the ability to let you select a file that is in a folder in a popup menu. Enable this option and click and hold onto the folder or folder alias installed in the bar.
  172.  
  173. If you have the ‘Apple Menu Options’ control panel installed and 'Remember Recent used files' is on, HandyMan will put up a popup menu on your installed applications, containing the recent files that the application can open.
  174.  
  175. (P.S. you can also make the folder yourself (“Recent Documents” in the apple menu) and put some aliases to documents in it to popup on applications. You also can lock aliases in that folder to have permanent items these will appear underlined in the menu for easy spotting).
  176.  
  177. Enable Drag Away
  178. If on Items can be dragged from the bar away. Handy if you have an alias installed to the 'Find Original' script from apple. You can drag items from HandyMan to this script and the script will show you where the original is located.
  179.  
  180. If you are not using Extension Strip then please read known problems at the bottom.
  181.  
  182. This requires “Macintosh Drag and Drop” version 1.1 or higher to be installed.
  183.  
  184. Update icon list
  185. Will re-parse your configuration menu and update all links.
  186.  
  187. About HandyMan
  188. Guess what...
  189.  
  190.  
  191. About the program
  192.  
  193. Current version 1.3
  194.  
  195. This program is freeware (although a postcard is appreciated), this means that you can copy it freely as long as you don't ask any more money for it than a nominal fee for copying. If you want to distribute this program you should keep this document with it.  This program cannot be used for commercial purposes without written permission from the author.
  196.  
  197. HandyMan has proven to be stable in everyday use.  The author is not responsible for any loss of data, damages to software or hardware that may result directly or indirectly from the use of this program.  The author reserves the right to make changes to the software or documentation without notice.
  198.  
  199. None of the files of the HandyMan package may be modified.  Crunching or achieving is allowed only if none of the HandyMan files get modified by it.
  200.  
  201. Special permission is hereby granted to include HandyMan in Public-Domain libraries.
  202.  
  203. Permission is also granted to Men & Mice to include HandyMan in their Desktop Strip package.
  204.  
  205. If you translate the program and send the translated version to me. I will use that translated version in new releases.
  206.  
  207. Currently available languages:
  208. Japanese :
  209.  by Hisashi Nishimura (hisashin@axes.co.jp) and Christopher Li (MU1C-LI@asahi-net.or.jp).
  210.  
  211. About the Author
  212.  
  213. bugs, questions, or suggestions to:
  214.  
  215. Fido
  216.   2:292/603.76
  217. e-mail
  218.   bert.wynants@innet.be
  219.  
  220. snail-mail:
  221.   Bert Wynants
  222.   Hogeheide 6
  223.   2260 Westerlo
  224.   Belgium, Europe
  225.  
  226.   Thank you for all the feedback so far...
  227.  
  228. Frequent asked questions
  229.  
  230. Q:Why doesn't drag and drop work?
  231. A:Your system does not have Macintosh Drag and Drop 1.1 or your finder isn't drag and drop aware. You should upgrade to at least Finder version 7.1.2 for powerpc or 7.1.3 for 68k Macs.
  232. Finder 7.1.3 comes with System 7 Pro, and Finder 7.1.4 comes with System 7.5.
  233.  
  234. In this case you will not be able to drag Finder icons onto the icons.  If you try, the icons will not highlight when you drag over them, and nothing will happen when you drop something on an icon.
  235. You can get Mac Drag & Drop 1.1 via anonymous ftp at ftp.support.apple.com/pub/Apple SW Updates/US/mac/System Software/Other System Software/
  236.  
  237.  
  238. Q:Do I (really) need the scriptable finder?
  239. A:No, but if your system lacks the Scriptable Finder, some varieties of icons will not work. In fact, they usually won't be added to the strip.  Folder icons, Trash icons, Control Panel icons, and ordinary documents require the Scriptable Finder in order to be fully operational. 
  240. The Finder Scripting Extension 1.2 comes with System 7.5, and you can get it via anonymous ftp at ftp.support.apple.com/pub/Apple SW Updates/US/mac/System Software/Other System Software/.
  241.  
  242. Q: You seem to indicate in the Read Me file attached to HandyMan that it is possible to have a number of folders (1,2 etc), in the Control Strip Module folder, with individual copies of HandyMan and HandyMan Aliases folders.
  243. A:Yes this is possible. And each copy of HandyMan will run on it's own floating Window with it's own preferences. However you need to have either Extension Strip or DesktopStrip for this to work.
  244.  
  245. Q: I'm running a native Extension Strip and HandyMan seems to crash.
  246. A: This should be fixed with 1.3. However, try to use your favorite resource editor to remove the 'Sdev' resource from HandyMan. Now Handyman is no longer fat and will run in 68k mode.
  247.  
  248. Q: I noticed that my harddisks keep spinning a very long time just after (or during) startup. This does not happen if I deinstall HandyMan. I'm using it with Desktop Strip on a Quadra 700 running D-7.5.1. It doesn't seem to be that  severe on a Power Mac 7100/66av where I also tested it. Is this known? Any  remedy?
  249. A:After startup Handyman uses an idle time mechanism to get some more information about installed applications. It goes out looking what filetypes an application can open so only drops of that kind are accepted. It uses the translation manager to do so and if the translation manager is not available it uses a fall-back method. However this fall-back is not as fast as the translation manager. So make sure Macintosh Easy Open is installed. 
  250.  
  251. Tips And Tricks
  252.  
  253. •If the option key conflicts with Control/Extension Strip first press the mouse then press the option key...
  254.  
  255. •To differentiate between folders you can give them a label color in the finder.
  256.  
  257. •As long as there are generic icons for documents or applications HandyMan watches Disk Inserts and tries to get the icons from the desktop database of the inserted disks. If you have apps or docks that really have a generic icon you better paste a custom icon onto them to stop HandyMan scanning inserted disks (although it won't heart watching the Disks).
  258.  
  259. •Put a floater over your trash containing only a Trash and put it on large icons. No more digging to find your trash!!
  260.  
  261. •To quickly spot a frequent accessed recent file, make it locked in the ‘Recent Documents’ folder, HandyMan will underline it in the popup menu.
  262.  
  263. •Give folders that have the same icon a different label color in the finder. HandyMan will colorize the icon too (after update icons that is).
  264.  
  265. •Dropping a dragged icon onto itself is the same as clicking the icon. This is added because sometimes you may start an unwanted drag.
  266.  
  267. •If HandyMan tells you it is unable to resolve an alias, you can try to do “Find Original” in the finder info window of that alias. This most often fixes the problem.
  268.  
  269. •Use spaces to sort your items. These spaces are removed in infobar and popinfo.
  270.  
  271. •Add the example Separator to the strip (not an alias to it!!!). This entry won't be clickable but gives you a nice separation bar.
  272.  
  273.  
  274. Known problems:
  275.  
  276. Non of these problems occur when using Extension Strip!!!
  277.  
  278. •dragging an icon from HandyMan on a drag-able window of the current application fails  (drag manager bug). I didn't remove the Enable Drag From option because dragging an icon from handyman works very well if you stay in the strip, and can be useful to drop it onto one of the handyman icons.
  279.  
  280. •no error reporting for apple events.
  281. At this moment I don't know how to receive the result of an apple-event in the module. This means if you drop something onto a folder and the file was already in that folder the move or copy won't work. When you copy you will see that the file doesn't disappear from its original place. When you copy a file you won't see the copy progress bar from the finder.
  282.  
  283. Program History
  284.  
  285. Version 1.0d0
  286. •initial release
  287.  
  288. Version 1.0d1
  289. •many thanks to Sigurdur Asgeirsson for helping on drag and drop.
  290. •added custom Finder icon recognition
  291.  
  292. Version 1.0d2
  293. •Added possibility to add Folders, Trashes and Documents
  294. •Faster parsing of icons
  295. •Retrieving Icons From Desktop DataBase
  296. •Added menu item to show or hide popup arrow
  297. •Added folders parsing in preferences folder, these can be used to group your applications
  298.  
  299. Version 1.0d3
  300. •Aliases folder can now reside in the module's folder in a folder called  “HandyMan Aliases”
  301.  
  302. Version 1.0b4
  303. •renamed to HandyMan.
  304. •Control Strip support added (although Desktop Strip works much better)
  305. •each invocation of HandyMan has separate preferences.
  306.  
  307. Version 1.0b5
  308. •No more crashing if Drag manager is not installed. (reported by Peter Frings)
  309. •No more showing of invisible files. (reported by Peter Frings)
  310. •better icons for desk accessories. (reported by Peter Frings)
  311. •uses system icons for default icons...
  312.     
  313. Version 1.0b6
  314. •Fixed bug for MacApp Applications, they accept a drop now without a program error...
  315.  
  316. Version 1.0b7
  317. •Using Finder label now for coloring...
  318. •Added an optional info Bar...
  319. •Added an About Menu Item...
  320.  
  321. Version 1.0b8
  322. •Fixed bug that messed up icon positioning if some configuration folders where empty
  323. •Fixed bug that caused crashes with a very narrow info bar  (reported  by Petur Petursson and thanks go to Angela for "borrowing" here Mac)
  324. •Fixed problem with aliases to documents or applications on other disks.
  325. •They are now updated as soon as the Finder has mounted those volumes, if you are annoyed by the fact is shows a generic icon for a while, then give those files a custom icon...(reported  by Petur Petursson & Peter Frings)
  326. •Added Option Click on trash to empty it (Asked by Chris Bastiaens)
  327.  
  328. Version 1.0b9
  329. •No longer gets to front when asked to empty the Trash
  330. •Fixed bug that sometimes messed up Info bar (introduced in the 1.0b8)
  331. •Fixed bug that sometimes caused the bar to get empty after an update icon list
  332. •If scriptable finder is not installed, only applications are added (Sugg. Koen Van de Poel)
  333. •Fixed problem with aliases to documents or applications on other disks if you have a lot of Disks connected, The fix from b8 only worked for 1 external disk.
  334. •Fixed problem that sometimes caused the Icon List to become empty (reported  by Petur Petursson)
  335. •Added Recent Files popup to application (optional)
  336. •Dropping files on an open application was broken in the b8 revision, it's fixed again.
  337.  
  338. Version 1.0b10
  339. •Fixed recent files popup :-)
  340.  
  341. Version 1.0
  342. •Really Fixed problem with aliases to documents or applications on other disks if you have a lot of Disks connected. A note on this one: as long as there are generic icons for documents or applications HandyMan watches Disk Inserts and tries to get the icons from the inserted disks. If you have apps or docks that really have a generic icon you better paste a custom icon onto them to stop HandyMan scanning inserted disks (although it won't hurt watching the Disks)
  343.  
  344. Version 1.1b12
  345. •Fixed about in Control Strip.
  346. •Start dragging from strip as soon as you leave the selected icon's bounds if popup recent files is on.
  347. •Although the docks say so 1.0 never looked in the preference folder for handyman files, this is fixed now.
  348. •if Apple Menu Options was not installed, and the option popup recent files was active, no menu showed up after clicking an application and the icon became unselected. Now always a menu  will show up with at least a Launch item in. (Thanks to Peter Frings for reporting)
  349. •Small bug fixed in Update Icons.
  350. •Added Popup for folders (default everything is shown, pressing shift means no files, pressing control means no folders, pressing both shows nothing ).
  351. •Animation on Trash added.
  352. •Opening a control panel or desk acc. now brings finder to front.
  353. •Better support for screens in black and white mode.
  354. •Added Tiling option.
  355. •reorganized preference menu.
  356. •Drags from the system 7.5 'find file' window are accepted now.
  357. •Trashing a list of files is much faster now, the current speed can only improve if apple make a better scriptable finder :-(
  358. •dropping a document on itself also works now, it opens the document...
  359. •It no longer asks for Ejected disks if there are some when updating icons.
  360. •AppleEvents work always now, also if front application doesn't know about appleEvents.
  361. •AppleEvents made a bit more reliable (hope this fixes your problem Joseph).
  362. •Info Text automatic jumps to condensed if it doesn't fit
  363. •folders are added too ( unless the first letter is a '¬' (option-L)
  364. •slightly faster icon parsing
  365. •Better detection of disk drops on trash
  366. •cmd key always shows configuration popup menu (Request from Angela McCormack)
  367. •added ‘ Add Alias’ script, put a copy of it in each folder you make in the “HandyMan Aliases” folder, dropping a file on it will put an alias at an automatic configured place. You only need to select Update Icons after the drop. This script also serves as an example for dropping on a script.
  368. •reduced Module Size :-)
  369.  
  370. Version 1.1b13
  371. •Made handyman a bit smarter about finder scripting (Request from Boris Groendahl). If the Mac starts up with rebuilding the desktop you still need to select update icons manually after it has finished. When all icon's are visible, they won't disappear anymore by rebuilding the desktop and selecting update icons at the same time.
  372. •looking for the original of an alias suppresses the log-on box now. it freezes the system! (report from Kristof Vanbecelaere). If possible HandyMan passes the request onto the finder, this means clicking on a folder to mount a volume still works!
  373. •improved sensitivity to differentiate between drag from and popup on item...
  374. •dropping handyman's own dragged icon onto itself fixed.
  375. •updated docs to this version.
  376.  
  377. Version 1.1
  378. •Cosmetic fix for combination of no icons and info bar option on.
  379. •Cosmetic fix for info bar on B/W screens (end was sometimes messed up).
  380. •Added limited Folder support if “Finder Scripting Extension” is not installed.
  381.  
  382. Version 1.1b15
  383. •Fixed problem that sometimes caused the Icon List to become empty (reported  by Stephen F. Levinson)
  384. •Before showing configuration menu, the info string is cleared now
  385. •Works on a plain 68000-non ColorQD machine now (reported  by Evan Mair)
  386. •Adding a Finder Alias works correct now.
  387. •Slightly less memory use (system icons are taken in mem only when they are needed)
  388. •Add a timeout on failed appleEvents
  389. •Control key on copy or move will force it to happen
  390. •Disk and server alias also have a popup.
  391. •Popup won't show up on applications if Apple Menu Options isn't installed.
  392. •Added support for Extension Strip. This one fixes problems with dragging from the strip and fixes problems with errors returned by appleEvents.
  393. •On errors Handyman shows Alerts.
  394.  
  395. Version 1.1b16
  396. •More Error Alerts added.
  397. •Launching an Application by selecting it from a Folder Popup caused finder to pop in front i.s.o. the selected application.
  398. •Fixed clicking on Control Strip (broken in b15).
  399. •First Icon can be dragged off now (broken in b15).
  400. •In case of kAEWaitReply on apple event app is brought to front before sending the appleEvent.
  401. •Locked recent files are underlined now (easier to spot).
  402.  
  403. Version 1.1b17
  404. •Drop on finder with option key works now (Thanks to Ammon Skidmore for the fix).
  405. •TextLabels next to icons are possible now (Limited implementation).
  406. •fixed open resfile.
  407. •fixed not starting on a non ColorQD machine (reported  by Evan Mair)
  408. •changed email address
  409. •No longer trying to fix bad aliases, if you have a bad alias do a get info in finder and select find original...
  410.  
  411. Version 1.1b18
  412. •fixed port setting on HandyMan Alert.
  413. •Recompiled with latest Extension Strip Header file + some other necessary changes.
  414. •Native version on Extension Strip
  415.  
  416. Version 1.1b19
  417. •Different way to make a unique preference file.
  418. •Listening to fontsize from Extensions Strip Control Panel.
  419.  
  420. Version 1.1b20
  421. •Better White Color Calculation (Thanks Ammon)
  422.  
  423. Version 1.2b21
  424. •Resizable TextLabels.
  425. •Full Label support (click, drag and drop)
  426. •Dropping on an application is only possible when application can accept the filetype (Request by Steve Russillo).
  427. •Building list of supported filetypes is done with the Translation Manager if possible.
  428. •Corrected place of popup in items when textlabels is on.
  429. •Localizing things added
  430.  
  431. Version 1.2
  432. •fixed some D&D problems if D&D is done within HandyMan (reported  by Chris Bastiaens).
  433. •Icon of “Add Alias” Script changed.
  434. •Fixed cancel problem in “Add Alias” Script (reported  by Chris Bastiaens).
  435. •Updated the Docs (Thanks Chris for proof-reading them.)
  436. •TextLabels also enabled in Control Strip
  437. •drops from newswatcher articles is supported now (thanks to Peter Frings for reporting and to John Norstad for helping)
  438. •Shift dropping on applications disables filetype check.
  439. •fallback if launching application fails.
  440. •starting proper application now if you select a file from the recent files popup.
  441. •dropping files in folders improved
  442.  
  443. Version 1.3b23
  444. •Clippings support Added (thanks Ammon).
  445. •shift clicking or selecting a clippings file from a menu copies the content to the clipboard.
  446. •weak linking Translation library (crashed ppc version if Translation Manager was not present).
  447. •selecting a file from the Recent Files Menu launches correct Application now.
  448. •Native version no longer crashes if PPC Translation Manager isn't present
  449. •Configuration through dropping on + icon (no longer required to install the applescript).
  450. •Revesed key usage on folder click (shift and control)
  451. •Fat Version, that's why it's that big now!!!
  452.  
  453. Version 1.3b24
  454. •popup text as alternative to info bar (hold still over an icon) (Request by Harry Ehrlich)
  455. •finder drags fixed (broken in 1.3b23)
  456. •Optimized drawing routines
  457.  
  458. Version 1.3b25
  459. •Locked recent items appear first in the list
  460. •Folders appear first in the list
  461.  
  462. Version 1.3b26
  463. •Using New features from Extension Strip 1.2.
  464. •Disabled Files Support (thanks to Raymond Carles for the Icon).
  465. •Better Balloon Help.
  466. •starting spaces for Items are removed when shown.
  467. •Sample Disabled Icon added (separator Bar).
  468. •test if drop on configuration folder is not already there.
  469. •separator lines in menu's only when necessary...
  470.  
  471. Version 1.3b27
  472. •Invisible Icons added (quick switching between Adding and no Adding of config folder icon).
  473. •Inserting with a separation line added.
  474. •Dropping files on a folder will ask for a replace if needed (control forces the replacement).
  475. •Option Selecting TextLabels hides Icons.
  476. •Fixed adding of Word and Excel Icons. Where BW and are color now (reported by Dave Wise).
  477. •Context sensitive Balloon help shows key shortcuts.
  478. •Space removal at the start of a filename works now for multi byte char systems (Japanese).
  479. •Taking only the needed (big/small) set of icontypes in memory. (-> switch between small and big icons requires rereading of the icons)
  480. •Automatic creation of “HandyMan Aliases” Folder if it does not exists.
  481. •Native version no longer crashes if PPC Drag Manager isn't present.
  482.  
  483. Version 1.3b28
  484. •Fixed opening of docs when application was already open. (This applies only to a few applications...)
  485. •Nicer Looking popinfo balloons (Sugg. Koen Van de Poel)
  486. •Empty config folders also get the + icon
  487. •when only lables are on (Option Textlabels) these can be dragged away too now
  488.  
  489. Version 1.3b29
  490. •Fixed re-enterency problem that could cause a deadlock if one dropped icons quickly after each other (reported by Aron S. Spencer)
  491.  
  492. Version 1.3b30
  493. •Fixed Balloon when not over an icon
  494. •Fixed presentation of no icons (always shows triangle)
  495. •Fixed creation of aliases
  496. •On first Startup And when creating HandyMan aliases folder some default items are added...